runtime.waitq.first (field)
10 uses
runtime (current package)
chan.go#L55: first *sudog
chan.go#L135: return c.recvq.first == nil
chan.go#L433: return atomic.Loadp(unsafe.Pointer(&c.sendq.first)) == nil
chan.go#L761: q.first = sgp
chan.go#L772: sgp := q.first
chan.go#L778: q.first = nil
chan.go#L782: q.first = y
select.go#L621: q.first = y
select.go#L628: if q.first == sgp {
select.go#L629: q.first = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |